1,1,19,0,0.440308," ","integrate(x^2*(c*x^4+b*x^3+a*x^2),x, algorithm=""maxima"")","\frac{1}{7} \, c x^{7} + \frac{1}{6} \, b x^{6} + \frac{1}{5} \, a x^{5}"," ",0,"1/7*c*x^7 + 1/6*b*x^6 + 1/5*a*x^5","A",0
2,1,19,0,0.435753," ","integrate(x*(c*x^4+b*x^3+a*x^2),x, algorithm=""maxima"")","\frac{1}{6} \, c x^{6} + \frac{1}{5} \, b x^{5} + \frac{1}{4} \, a x^{4}"," ",0,"1/6*c*x^6 + 1/5*b*x^5 + 1/4*a*x^4","A",0
3,1,19,0,0.429019," ","integrate(c*x^4+b*x^3+a*x^2,x, algorithm=""maxima"")","\frac{1}{5} \, c x^{5} + \frac{1}{4} \, b x^{4} + \frac{1}{3} \, a x^{3}"," ",0,"1/5*c*x^5 + 1/4*b*x^4 + 1/3*a*x^3","A",0
4,1,19,0,0.445024," ","integrate((c*x^4+b*x^3+a*x^2)/x,x, algorithm=""maxima"")","\frac{1}{4} \, c x^{4} + \frac{1}{3} \, b x^{3} + \frac{1}{2} \, a x^{2}"," ",0,"1/4*c*x^4 + 1/3*b*x^3 + 1/2*a*x^2","A",0
5,1,16,0,0.426422," ","integrate((c*x^4+b*x^3+a*x^2)/x^2,x, algorithm=""maxima"")","\frac{1}{3} \, c x^{3} + \frac{1}{2} \, b x^{2} + a x"," ",0,"1/3*c*x^3 + 1/2*b*x^2 + a*x","A",0
6,1,44,0,0.426890," ","integrate(x^2*(c*x^4+b*x^3+a*x^2)^2,x, algorithm=""maxima"")","\frac{1}{11} \, c^{2} x^{11} + \frac{1}{5} \, b c x^{10} + \frac{1}{4} \, a b x^{8} + \frac{1}{9} \, {\left(b^{2} + 2 \, a c\right)} x^{9} + \frac{1}{7} \, a^{2} x^{7}"," ",0,"1/11*c^2*x^11 + 1/5*b*c*x^10 + 1/4*a*b*x^8 + 1/9*(b^2 + 2*a*c)*x^9 + 1/7*a^2*x^7","A",0
7,1,44,0,0.436076," ","integrate(x*(c*x^4+b*x^3+a*x^2)^2,x, algorithm=""maxima"")","\frac{1}{10} \, c^{2} x^{10} + \frac{2}{9} \, b c x^{9} + \frac{2}{7} \, a b x^{7} + \frac{1}{8} \, {\left(b^{2} + 2 \, a c\right)} x^{8} + \frac{1}{6} \, a^{2} x^{6}"," ",0,"1/10*c^2*x^10 + 2/9*b*c*x^9 + 2/7*a*b*x^7 + 1/8*(b^2 + 2*a*c)*x^8 + 1/6*a^2*x^6","A",0
8,1,48,0,0.446594," ","integrate((c*x^4+b*x^3+a*x^2)^2,x, algorithm=""maxima"")","\frac{1}{9} \, c^{2} x^{9} + \frac{1}{4} \, b c x^{8} + \frac{1}{7} \, b^{2} x^{7} + \frac{1}{5} \, a^{2} x^{5} + \frac{1}{21} \, {\left(6 \, c x^{7} + 7 \, b x^{6}\right)} a"," ",0,"1/9*c^2*x^9 + 1/4*b*c*x^8 + 1/7*b^2*x^7 + 1/5*a^2*x^5 + 1/21*(6*c*x^7 + 7*b*x^6)*a","A",0
9,1,44,0,0.427564," ","integrate((c*x^4+b*x^3+a*x^2)^2/x,x, algorithm=""maxima"")","\frac{1}{8} \, c^{2} x^{8} + \frac{2}{7} \, b c x^{7} + \frac{2}{5} \, a b x^{5} + \frac{1}{6} \, {\left(b^{2} + 2 \, a c\right)} x^{6} + \frac{1}{4} \, a^{2} x^{4}"," ",0,"1/8*c^2*x^8 + 2/7*b*c*x^7 + 2/5*a*b*x^5 + 1/6*(b^2 + 2*a*c)*x^6 + 1/4*a^2*x^4","A",0
10,1,44,0,0.424901," ","integrate((c*x^4+b*x^3+a*x^2)^2/x^2,x, algorithm=""maxima"")","\frac{1}{7} \, c^{2} x^{7} + \frac{1}{3} \, b c x^{6} + \frac{1}{2} \, a b x^{4} + \frac{1}{5} \, {\left(b^{2} + 2 \, a c\right)} x^{5} + \frac{1}{3} \, a^{2} x^{3}"," ",0,"1/7*c^2*x^7 + 1/3*b*c*x^6 + 1/2*a*b*x^4 + 1/5*(b^2 + 2*a*c)*x^5 + 1/3*a^2*x^3","A",0
11,-2,0,0,0.000000," ","integrate(x^5/(c*x^4+b*x^3+a*x^2),x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
12,-2,0,0,0.000000," ","integrate(x^4/(c*x^4+b*x^3+a*x^2),x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
13,-2,0,0,0.000000," ","integrate(x^3/(c*x^4+b*x^3+a*x^2),x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
14,-2,0,0,0.000000," ","integrate(x^2/(c*x^4+b*x^3+a*x^2),x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
15,-2,0,0,0.000000," ","integrate(x/(c*x^4+b*x^3+a*x^2),x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
16,-2,0,0,0.000000," ","integrate(1/(c*x^4+b*x^3+a*x^2),x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
17,-2,0,0,0.000000," ","integrate(1/x/(c*x^4+b*x^3+a*x^2),x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
18,-2,0,0,0.000000," ","integrate(1/x^2/(c*x^4+b*x^3+a*x^2),x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
19,-2,0,0,0.000000," ","integrate(x^8/(c*x^4+b*x^3+a*x^2)^2,x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
20,-2,0,0,0.000000," ","integrate(x^7/(c*x^4+b*x^3+a*x^2)^2,x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
21,-2,0,0,0.000000," ","integrate(x^6/(c*x^4+b*x^3+a*x^2)^2,x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
22,-2,0,0,0.000000," ","integrate(x^5/(c*x^4+b*x^3+a*x^2)^2,x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
23,-2,0,0,0.000000," ","integrate(x^4/(c*x^4+b*x^3+a*x^2)^2,x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
24,-2,0,0,0.000000," ","integrate(x^3/(c*x^4+b*x^3+a*x^2)^2,x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
25,-2,0,0,0.000000," ","integrate(x^2/(c*x^4+b*x^3+a*x^2)^2,x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
26,-2,0,0,0.000000," ","integrate(x/(c*x^4+b*x^3+a*x^2)^2,x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
27,-2,0,0,0.000000," ","integrate(1/(c*x^4+b*x^3+a*x^2)^2,x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
28,-2,0,0,0.000000," ","integrate(1/x/(c*x^4+b*x^3+a*x^2)^2,x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
29,0,0,0,0.000000," ","integrate(x^2*(c*x^4+b*x^3+a*x^2)^(1/2),x, algorithm=""maxima"")","\int \sqrt{c x^{4} + b x^{3} + a x^{2}} x^{2}\,{d x}"," ",0,"integrate(sqrt(c*x^4 + b*x^3 + a*x^2)*x^2, x)","F",0
30,0,0,0,0.000000," ","integrate(x*(c*x^4+b*x^3+a*x^2)^(1/2),x, algorithm=""maxima"")","\int \sqrt{c x^{4} + b x^{3} + a x^{2}} x\,{d x}"," ",0,"integrate(sqrt(c*x^4 + b*x^3 + a*x^2)*x, x)","F",0
31,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(1/2),x, algorithm=""maxima"")","\int \sqrt{c x^{4} + b x^{3} + a x^{2}}\,{d x}"," ",0,"integrate(sqrt(c*x^4 + b*x^3 + a*x^2), x)","F",0
32,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(1/2)/x,x, algorithm=""maxima"")","\int \frac{\sqrt{c x^{4} + b x^{3} + a x^{2}}}{x}\,{d x}"," ",0,"integrate(sqrt(c*x^4 + b*x^3 + a*x^2)/x, x)","F",0
33,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(1/2)/x^2,x, algorithm=""maxima"")","\int \frac{\sqrt{c x^{4} + b x^{3} + a x^{2}}}{x^{2}}\,{d x}"," ",0,"integrate(sqrt(c*x^4 + b*x^3 + a*x^2)/x^2, x)","F",0
34,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(1/2)/x^3,x, algorithm=""maxima"")","\int \frac{\sqrt{c x^{4} + b x^{3} + a x^{2}}}{x^{3}}\,{d x}"," ",0,"integrate(sqrt(c*x^4 + b*x^3 + a*x^2)/x^3, x)","F",0
35,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(1/2)/x^4,x, algorithm=""maxima"")","\int \frac{\sqrt{c x^{4} + b x^{3} + a x^{2}}}{x^{4}}\,{d x}"," ",0,"integrate(sqrt(c*x^4 + b*x^3 + a*x^2)/x^4, x)","F",0
36,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(1/2)/x^5,x, algorithm=""maxima"")","\int \frac{\sqrt{c x^{4} + b x^{3} + a x^{2}}}{x^{5}}\,{d x}"," ",0,"integrate(sqrt(c*x^4 + b*x^3 + a*x^2)/x^5, x)","F",0
37,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(1/2)/x^6,x, algorithm=""maxima"")","\int \frac{\sqrt{c x^{4} + b x^{3} + a x^{2}}}{x^{6}}\,{d x}"," ",0,"integrate(sqrt(c*x^4 + b*x^3 + a*x^2)/x^6, x)","F",0
38,0,0,0,0.000000," ","integrate(x*(c*x^4+b*x^3+a*x^2)^(3/2),x, algorithm=""maxima"")","\int {\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}} x\,{d x}"," ",0,"integrate((c*x^4 + b*x^3 + a*x^2)^(3/2)*x, x)","F",0
39,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(3/2),x, algorithm=""maxima"")","\int {\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}\,{d x}"," ",0,"integrate((c*x^4 + b*x^3 + a*x^2)^(3/2), x)","F",0
40,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(3/2)/x,x, algorithm=""maxima"")","\int \frac{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}{x}\,{d x}"," ",0,"integrate((c*x^4 + b*x^3 + a*x^2)^(3/2)/x, x)","F",0
41,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(3/2)/x^2,x, algorithm=""maxima"")","\int \frac{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}{x^{2}}\,{d x}"," ",0,"integrate((c*x^4 + b*x^3 + a*x^2)^(3/2)/x^2, x)","F",0
42,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(3/2)/x^3,x, algorithm=""maxima"")","\int \frac{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}{x^{3}}\,{d x}"," ",0,"integrate((c*x^4 + b*x^3 + a*x^2)^(3/2)/x^3, x)","F",0
43,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(3/2)/x^4,x, algorithm=""maxima"")","\int \frac{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}{x^{4}}\,{d x}"," ",0,"integrate((c*x^4 + b*x^3 + a*x^2)^(3/2)/x^4, x)","F",0
44,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(3/2)/x^5,x, algorithm=""maxima"")","\int \frac{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}{x^{5}}\,{d x}"," ",0,"integrate((c*x^4 + b*x^3 + a*x^2)^(3/2)/x^5, x)","F",0
45,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(3/2)/x^6,x, algorithm=""maxima"")","\int \frac{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}{x^{6}}\,{d x}"," ",0,"integrate((c*x^4 + b*x^3 + a*x^2)^(3/2)/x^6, x)","F",0
46,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(3/2)/x^7,x, algorithm=""maxima"")","\int \frac{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}{x^{7}}\,{d x}"," ",0,"integrate((c*x^4 + b*x^3 + a*x^2)^(3/2)/x^7, x)","F",0
47,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(3/2)/x^8,x, algorithm=""maxima"")","\int \frac{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}{x^{8}}\,{d x}"," ",0,"integrate((c*x^4 + b*x^3 + a*x^2)^(3/2)/x^8, x)","F",0
48,0,0,0,0.000000," ","integrate((c*x^4+b*x^3+a*x^2)^(3/2)/x^9,x, algorithm=""maxima"")","\int \frac{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}{x^{9}}\,{d x}"," ",0,"integrate((c*x^4 + b*x^3 + a*x^2)^(3/2)/x^9, x)","F",0
49,0,0,0,0.000000," ","integrate(x^3/(c*x^4+b*x^3+a*x^2)^(1/2),x, algorithm=""maxima"")","\int \frac{x^{3}}{\sqrt{c x^{4} + b x^{3} + a x^{2}}}\,{d x}"," ",0,"integrate(x^3/sqrt(c*x^4 + b*x^3 + a*x^2), x)","F",0
50,0,0,0,0.000000," ","integrate(x^2/(c*x^4+b*x^3+a*x^2)^(1/2),x, algorithm=""maxima"")","\int \frac{x^{2}}{\sqrt{c x^{4} + b x^{3} + a x^{2}}}\,{d x}"," ",0,"integrate(x^2/sqrt(c*x^4 + b*x^3 + a*x^2), x)","F",0
51,0,0,0,0.000000," ","integrate(x/(c*x^4+b*x^3+a*x^2)^(1/2),x, algorithm=""maxima"")","\int \frac{x}{\sqrt{c x^{4} + b x^{3} + a x^{2}}}\,{d x}"," ",0,"integrate(x/sqrt(c*x^4 + b*x^3 + a*x^2), x)","F",0
52,0,0,0,0.000000," ","integrate(1/(c*x^4+b*x^3+a*x^2)^(1/2),x, algorithm=""maxima"")","\int \frac{1}{\sqrt{c x^{4} + b x^{3} + a x^{2}}}\,{d x}"," ",0,"integrate(1/sqrt(c*x^4 + b*x^3 + a*x^2), x)","F",0
53,0,0,0,0.000000," ","integrate(1/x/(c*x^4+b*x^3+a*x^2)^(1/2),x, algorithm=""maxima"")","\int \frac{1}{\sqrt{c x^{4} + b x^{3} + a x^{2}} x}\,{d x}"," ",0,"integrate(1/(sqrt(c*x^4 + b*x^3 + a*x^2)*x), x)","F",0
54,0,0,0,0.000000," ","integrate(1/x^2/(c*x^4+b*x^3+a*x^2)^(1/2),x, algorithm=""maxima"")","\int \frac{1}{\sqrt{c x^{4} + b x^{3} + a x^{2}} x^{2}}\,{d x}"," ",0,"integrate(1/(sqrt(c*x^4 + b*x^3 + a*x^2)*x^2), x)","F",0
55,0,0,0,0.000000," ","integrate(x^7/(c*x^4+b*x^3+a*x^2)^(3/2),x, algorithm=""maxima"")","\int \frac{x^{7}}{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}\,{d x}"," ",0,"integrate(x^7/(c*x^4 + b*x^3 + a*x^2)^(3/2), x)","F",0
56,0,0,0,0.000000," ","integrate(x^6/(c*x^4+b*x^3+a*x^2)^(3/2),x, algorithm=""maxima"")","\int \frac{x^{6}}{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}\,{d x}"," ",0,"integrate(x^6/(c*x^4 + b*x^3 + a*x^2)^(3/2), x)","F",0
57,0,0,0,0.000000," ","integrate(x^5/(c*x^4+b*x^3+a*x^2)^(3/2),x, algorithm=""maxima"")","\int \frac{x^{5}}{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}\,{d x}"," ",0,"integrate(x^5/(c*x^4 + b*x^3 + a*x^2)^(3/2), x)","F",0
58,0,0,0,0.000000," ","integrate(x^4/(c*x^4+b*x^3+a*x^2)^(3/2),x, algorithm=""maxima"")","\int \frac{x^{4}}{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}\,{d x}"," ",0,"integrate(x^4/(c*x^4 + b*x^3 + a*x^2)^(3/2), x)","F",0
59,0,0,0,0.000000," ","integrate(x^3/(c*x^4+b*x^3+a*x^2)^(3/2),x, algorithm=""maxima"")","\int \frac{x^{3}}{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}\,{d x}"," ",0,"integrate(x^3/(c*x^4 + b*x^3 + a*x^2)^(3/2), x)","F",0
60,0,0,0,0.000000," ","integrate(x^2/(c*x^4+b*x^3+a*x^2)^(3/2),x, algorithm=""maxima"")","\int \frac{x^{2}}{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}\,{d x}"," ",0,"integrate(x^2/(c*x^4 + b*x^3 + a*x^2)^(3/2), x)","F",0
61,0,0,0,0.000000," ","integrate(x/(c*x^4+b*x^3+a*x^2)^(3/2),x, algorithm=""maxima"")","\int \frac{x}{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}\,{d x}"," ",0,"integrate(x/(c*x^4 + b*x^3 + a*x^2)^(3/2), x)","F",0
62,0,0,0,0.000000," ","integrate(1/(c*x^4+b*x^3+a*x^2)^(3/2),x, algorithm=""maxima"")","\int \frac{1}{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}}}\,{d x}"," ",0,"integrate((c*x^4 + b*x^3 + a*x^2)^(-3/2), x)","F",0
63,0,0,0,0.000000," ","integrate(1/x/(c*x^4+b*x^3+a*x^2)^(3/2),x, algorithm=""maxima"")","\int \frac{1}{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}} x}\,{d x}"," ",0,"integrate(1/((c*x^4 + b*x^3 + a*x^2)^(3/2)*x), x)","F",0
64,0,0,0,0.000000," ","integrate(1/x^2/(c*x^4+b*x^3+a*x^2)^(3/2),x, algorithm=""maxima"")","\int \frac{1}{{\left(c x^{4} + b x^{3} + a x^{2}\right)}^{\frac{3}{2}} x^{2}}\,{d x}"," ",0,"integrate(1/((c*x^4 + b*x^3 + a*x^2)^(3/2)*x^2), x)","F",0
65,1,37,0,0.445503," ","integrate(x^m*(c*x^5+b*x^3+a*x),x, algorithm=""maxima"")","\frac{c x^{m + 6}}{m + 6} + \frac{b x^{m + 4}}{m + 4} + \frac{a x^{m + 2}}{m + 2}"," ",0,"c*x^(m + 6)/(m + 6) + b*x^(m + 4)/(m + 4) + a*x^(m + 2)/(m + 2)","A",0
66,1,19,0,0.428037," ","integrate(x^2*(c*x^5+b*x^3+a*x),x, algorithm=""maxima"")","\frac{1}{8} \, c x^{8} + \frac{1}{6} \, b x^{6} + \frac{1}{4} \, a x^{4}"," ",0,"1/8*c*x^8 + 1/6*b*x^6 + 1/4*a*x^4","A",0
67,1,19,0,0.427939," ","integrate(x*(c*x^5+b*x^3+a*x),x, algorithm=""maxima"")","\frac{1}{7} \, c x^{7} + \frac{1}{5} \, b x^{5} + \frac{1}{3} \, a x^{3}"," ",0,"1/7*c*x^7 + 1/5*b*x^5 + 1/3*a*x^3","A",0
68,1,19,0,0.423439," ","integrate(c*x^5+b*x^3+a*x,x, algorithm=""maxima"")","\frac{1}{6} \, c x^{6} + \frac{1}{4} \, b x^{4} + \frac{1}{2} \, a x^{2}"," ",0,"1/6*c*x^6 + 1/4*b*x^4 + 1/2*a*x^2","A",0
69,1,16,0,0.424560," ","integrate((c*x^5+b*x^3+a*x)/x,x, algorithm=""maxima"")","\frac{1}{5} \, c x^{5} + \frac{1}{3} \, b x^{3} + a x"," ",0,"1/5*c*x^5 + 1/3*b*x^3 + a*x","A",0
70,1,17,0,0.425652," ","integrate((c*x^5+b*x^3+a*x)/x^2,x, algorithm=""maxima"")","\frac{1}{4} \, c x^{4} + \frac{1}{2} \, b x^{2} + a \log\left(x\right)"," ",0,"1/4*c*x^4 + 1/2*b*x^2 + a*log(x)","A",0
71,1,16,0,0.428125," ","integrate((c*x^5+b*x^3+a*x)/x^3,x, algorithm=""maxima"")","\frac{1}{3} \, c x^{3} + b x - \frac{a}{x}"," ",0,"1/3*c*x^3 + b*x - a/x","A",0
72,1,85,0,0.436207," ","integrate(x^m*(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","\frac{c^{2} x^{m + 11}}{m + 11} + \frac{2 \, b c x^{m + 9}}{m + 9} + \frac{b^{2} x^{m + 7}}{m + 7} + \frac{2 \, a c x^{m + 7}}{m + 7} + \frac{2 \, a b x^{m + 5}}{m + 5} + \frac{a^{2} x^{m + 3}}{m + 3}"," ",0,"c^2*x^(m + 11)/(m + 11) + 2*b*c*x^(m + 9)/(m + 9) + b^2*x^(m + 7)/(m + 7) + 2*a*c*x^(m + 7)/(m + 7) + 2*a*b*x^(m + 5)/(m + 5) + a^2*x^(m + 3)/(m + 3)","A",0
73,1,44,0,0.424123," ","integrate(x^2*(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","\frac{1}{13} \, c^{2} x^{13} + \frac{2}{11} \, b c x^{11} + \frac{1}{9} \, {\left(b^{2} + 2 \, a c\right)} x^{9} + \frac{2}{7} \, a b x^{7} + \frac{1}{5} \, a^{2} x^{5}"," ",0,"1/13*c^2*x^13 + 2/11*b*c*x^11 + 1/9*(b^2 + 2*a*c)*x^9 + 2/7*a*b*x^7 + 1/5*a^2*x^5","A",0
74,1,44,0,0.446054," ","integrate(x*(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","\frac{1}{12} \, c^{2} x^{12} + \frac{1}{5} \, b c x^{10} + \frac{1}{8} \, {\left(b^{2} + 2 \, a c\right)} x^{8} + \frac{1}{3} \, a b x^{6} + \frac{1}{4} \, a^{2} x^{4}"," ",0,"1/12*c^2*x^12 + 1/5*b*c*x^10 + 1/8*(b^2 + 2*a*c)*x^8 + 1/3*a*b*x^6 + 1/4*a^2*x^4","A",0
75,1,48,0,0.429503," ","integrate((c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","\frac{1}{11} \, c^{2} x^{11} + \frac{2}{9} \, b c x^{9} + \frac{1}{7} \, b^{2} x^{7} + \frac{1}{3} \, a^{2} x^{3} + \frac{2}{35} \, {\left(5 \, c x^{7} + 7 \, b x^{5}\right)} a"," ",0,"1/11*c^2*x^11 + 2/9*b*c*x^9 + 1/7*b^2*x^7 + 1/3*a^2*x^3 + 2/35*(5*c*x^7 + 7*b*x^5)*a","A",0
76,1,44,0,0.429497," ","integrate((c*x^5+b*x^3+a*x)^2/x,x, algorithm=""maxima"")","\frac{1}{10} \, c^{2} x^{10} + \frac{1}{4} \, b c x^{8} + \frac{1}{6} \, {\left(b^{2} + 2 \, a c\right)} x^{6} + \frac{1}{2} \, a b x^{4} + \frac{1}{2} \, a^{2} x^{2}"," ",0,"1/10*c^2*x^10 + 1/4*b*c*x^8 + 1/6*(b^2 + 2*a*c)*x^6 + 1/2*a*b*x^4 + 1/2*a^2*x^2","A",0
77,1,41,0,0.429586," ","integrate((c*x^5+b*x^3+a*x)^2/x^2,x, algorithm=""maxima"")","\frac{1}{9} \, c^{2} x^{9} + \frac{2}{7} \, b c x^{7} + \frac{1}{5} \, {\left(b^{2} + 2 \, a c\right)} x^{5} + \frac{2}{3} \, a b x^{3} + a^{2} x"," ",0,"1/9*c^2*x^9 + 2/7*b*c*x^7 + 1/5*(b^2 + 2*a*c)*x^5 + 2/3*a*b*x^3 + a^2*x","A",0
78,0,0,0,0.000000," ","integrate(x^8/(c*x^5+b*x^3+a*x),x, algorithm=""maxima"")","\frac{c x^{4} - 2 \, b x^{2}}{4 \, c^{2}} - \frac{-\int \frac{{\left(b^{2} - a c\right)} x^{3} + a b x}{c x^{4} + b x^{2} + a}\,{d x}}{c^{2}}"," ",0,"1/4*(c*x^4 - 2*b*x^2)/c^2 - integrate(-((b^2 - a*c)*x^3 + a*b*x)/(c*x^4 + b*x^2 + a), x)/c^2","F",0
79,0,0,0,0.000000," ","integrate(x^7/(c*x^5+b*x^3+a*x),x, algorithm=""maxima"")","\frac{c x^{3} - 3 \, b x}{3 \, c^{2}} - \frac{-\int \frac{{\left(b^{2} - a c\right)} x^{2} + a b}{c x^{4} + b x^{2} + a}\,{d x}}{c^{2}}"," ",0,"1/3*(c*x^3 - 3*b*x)/c^2 - integrate(-((b^2 - a*c)*x^2 + a*b)/(c*x^4 + b*x^2 + a), x)/c^2","F",0
80,0,0,0,0.000000," ","integrate(x^6/(c*x^5+b*x^3+a*x),x, algorithm=""maxima"")","\frac{x^{2}}{2 \, c} - \frac{\frac{b \log\left(c x^{4} + b x^{2} + a\right)}{4 \, c} - \frac{{\left(b^{2} - 2 \, a c\right)} \arctan\left(\frac{2 \, c x^{2} + b}{\sqrt{-b^{2} + 4 \, a c}}\right)}{2 \, \sqrt{-b^{2} + 4 \, a c} c}}{c}"," ",0,"1/2*x^2/c - integrate((b*x^3 + a*x)/(c*x^4 + b*x^2 + a), x)/c","F",0
81,0,0,0,0.000000," ","integrate(x^5/(c*x^5+b*x^3+a*x),x, algorithm=""maxima"")","\frac{x}{c} - \frac{\frac{{\left(\sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{4} - 8 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b^{2} c - 2 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{3} c - 2 \, b^{4} c + 16 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a^{2} c^{2} + 8 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b c^{2} + \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{2} c^{2} + 16 \, a b^{2} c^{2} - 2 \, b^{3} c^{2} - 4 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a c^{3} - 32 \, a^{2} c^{3} + 8 \, a b c^{3} + \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{3} - 4 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b c - 2 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{2} c + \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b c^{2} + 2 \, {\left(b^{2} - 4 \, a c\right)} b^{2} c - 8 \, {\left(b^{2} - 4 \, a c\right)} a c^{2} + 2 \, {\left(b^{2} - 4 \, a c\right)} b c^{2}\right)} \arctan\left(\frac{2 \, \sqrt{\frac{1}{2}} x}{\sqrt{\frac{b + \sqrt{b^{2} - 4 \, a c}}{c}}}\right)}{4 \, {\left(b^{4} - 8 \, a b^{2} c - 2 \, b^{3} c + 16 \, a^{2} c^{2} + 8 \, a b c^{2} + b^{2} c^{2} - 4 \, a c^{3}\right)} c} + \frac{{\left(\sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{4} - 8 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b^{2} c - 2 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{3} c + 2 \, b^{4} c + 16 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a^{2} c^{2} + 8 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b c^{2} + \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{2} c^{2} - 16 \, a b^{2} c^{2} + 2 \, b^{3} c^{2} - 4 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a c^{3} + 32 \, a^{2} c^{3} - 8 \, a b c^{3} - \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{3} + 4 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b c + 2 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{2} c - \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b c^{2} - 2 \, {\left(b^{2} - 4 \, a c\right)} b^{2} c + 8 \, {\left(b^{2} - 4 \, a c\right)} a c^{2} - 2 \, {\left(b^{2} - 4 \, a c\right)} b c^{2}\right)} \arctan\left(\frac{2 \, \sqrt{\frac{1}{2}} x}{\sqrt{\frac{b - \sqrt{b^{2} - 4 \, a c}}{c}}}\right)}{4 \, {\left(b^{4} - 8 \, a b^{2} c - 2 \, b^{3} c + 16 \, a^{2} c^{2} + 8 \, a b c^{2} + b^{2} c^{2} - 4 \, a c^{3}\right)} c}}{c}"," ",0,"x/c - integrate((b*x^2 + a)/(c*x^4 + b*x^2 + a), x)/c","F",0
82,0,0,0,0.000000," ","integrate(x^4/(c*x^5+b*x^3+a*x),x, algorithm=""maxima"")","\int \frac{x^{4}}{c x^{5} + b x^{3} + a x}\,{d x}"," ",0,"integrate(x^4/(c*x^5 + b*x^3 + a*x), x)","F",0
83,0,0,0,0.000000," ","integrate(x^3/(c*x^5+b*x^3+a*x),x, algorithm=""maxima"")","\int \frac{x^{3}}{c x^{5} + b x^{3} + a x}\,{d x}"," ",0,"integrate(x^3/(c*x^5 + b*x^3 + a*x), x)","F",0
84,0,0,0,0.000000," ","integrate(x^2/(c*x^5+b*x^3+a*x),x, algorithm=""maxima"")","\int \frac{x^{2}}{c x^{5} + b x^{3} + a x}\,{d x}"," ",0,"integrate(x^2/(c*x^5 + b*x^3 + a*x), x)","F",0
85,0,0,0,0.000000," ","integrate(x/(c*x^5+b*x^3+a*x),x, algorithm=""maxima"")","\int \frac{x}{c x^{5} + b x^{3} + a x}\,{d x}"," ",0,"integrate(x/(c*x^5 + b*x^3 + a*x), x)","F",0
86,0,0,0,0.000000," ","integrate(1/(c*x^5+b*x^3+a*x),x, algorithm=""maxima"")","-\frac{\frac{b \arctan\left(\frac{2 \, c x^{2} + b}{\sqrt{-b^{2} + 4 \, a c}}\right)}{2 \, \sqrt{-b^{2} + 4 \, a c}} + \frac{1}{4} \, \log\left(c x^{4} + b x^{2} + a\right)}{a} + \frac{\log\left(x\right)}{a}"," ",0,"-integrate((c*x^3 + b*x)/(c*x^4 + b*x^2 + a), x)/a + log(x)/a","F",0
87,0,0,0,0.000000," ","integrate(1/x/(c*x^5+b*x^3+a*x),x, algorithm=""maxima"")","-\frac{\frac{{\left(\sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{5} - 8 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b^{3} c - 2 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{4} c - 2 \, b^{5} c + 16 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a^{2} b c^{2} + 8 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b^{2} c^{2} + \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{3} c^{2} + 16 \, a b^{3} c^{2} + 2 \, b^{4} c^{2} - 4 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b c^{3} - 32 \, a^{2} b c^{3} - 12 \, a b^{2} c^{3} + 16 \, a^{2} c^{4} - \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{4} + 6 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b^{2} c + 2 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{3} c - 8 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a^{2} c^{2} - 4 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b c^{2} - \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{2} c^{2} + 2 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a c^{3} + 2 \, {\left(b^{2} - 4 \, a c\right)} b^{3} c - 8 \, {\left(b^{2} - 4 \, a c\right)} a b c^{2} - 2 \, {\left(b^{2} - 4 \, a c\right)} b^{2} c^{2} + 4 \, {\left(b^{2} - 4 \, a c\right)} a c^{3}\right)} \arctan\left(\frac{2 \, \sqrt{\frac{1}{2}} x}{\sqrt{\frac{b + \sqrt{b^{2} - 4 \, a c}}{c}}}\right)}{4 \, {\left(a b^{4} - 8 \, a^{2} b^{2} c - 2 \, a b^{3} c + 16 \, a^{3} c^{2} + 8 \, a^{2} b c^{2} + a b^{2} c^{2} - 4 \, a^{2} c^{3}\right)} c} + \frac{{\left(\sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{5} - 8 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b^{3} c - 2 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{4} c + 2 \, b^{5} c + 16 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a^{2} b c^{2} + 8 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b^{2} c^{2} + \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{3} c^{2} - 16 \, a b^{3} c^{2} - 2 \, b^{4} c^{2} - 4 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b c^{3} + 32 \, a^{2} b c^{3} + 12 \, a b^{2} c^{3} - 16 \, a^{2} c^{4} + \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{4} - 6 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b^{2} c - 2 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{3} c + 8 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a^{2} c^{2} + 4 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b c^{2} + \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{2} c^{2} - 2 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a c^{3} - 2 \, {\left(b^{2} - 4 \, a c\right)} b^{3} c + 8 \, {\left(b^{2} - 4 \, a c\right)} a b c^{2} + 2 \, {\left(b^{2} - 4 \, a c\right)} b^{2} c^{2} - 4 \, {\left(b^{2} - 4 \, a c\right)} a c^{3}\right)} \arctan\left(\frac{2 \, \sqrt{\frac{1}{2}} x}{\sqrt{\frac{b - \sqrt{b^{2} - 4 \, a c}}{c}}}\right)}{4 \, {\left(a b^{4} - 8 \, a^{2} b^{2} c - 2 \, a b^{3} c + 16 \, a^{3} c^{2} + 8 \, a^{2} b c^{2} + a b^{2} c^{2} - 4 \, a^{2} c^{3}\right)} c}}{a} - \frac{1}{a x}"," ",0,"-integrate((c*x^2 + b)/(c*x^4 + b*x^2 + a), x)/a - 1/(a*x)","F",0
88,0,0,0,0.000000," ","integrate(1/x^2/(c*x^5+b*x^3+a*x),x, algorithm=""maxima"")","-\frac{b \log\left(x\right)}{a^{2}} + \frac{\frac{1}{4} \, b \log\left(c x^{4} + b x^{2} + a\right) + \frac{{\left(b^{2} - 2 \, a c\right)} \arctan\left(\frac{2 \, c x^{2} + b}{\sqrt{-b^{2} + 4 \, a c}}\right)}{2 \, \sqrt{-b^{2} + 4 \, a c}}}{a^{2}} - \frac{1}{2 \, a x^{2}}"," ",0,"-b*log(x)/a^2 + integrate((b*c*x^3 + (b^2 - a*c)*x)/(c*x^4 + b*x^2 + a), x)/a^2 - 1/2/(a*x^2)","F",0
89,0,0,0,0.000000," ","integrate(x^11/(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","-\frac{a b^{3} - 3 \, a^{2} b c + {\left(b^{4} - 4 \, a b^{2} c + 2 \, a^{2} c^{2}\right)} x^{2}}{2 \, {\left(a b^{2} c^{3} - 4 \, a^{2} c^{4} + {\left(b^{2} c^{4} - 4 \, a c^{5}\right)} x^{4} + {\left(b^{3} c^{3} - 4 \, a b c^{4}\right)} x^{2}\right)}} + \frac{x^{2}}{2 \, c^{2}} + \frac{-2 \, \int \frac{{\left(b^{3} - 4 \, a b c\right)} x^{3} + {\left(a b^{2} - 3 \, a^{2} c\right)} x}{c x^{4} + b x^{2} + a}\,{d x}}{b^{2} c^{2} - 4 \, a c^{3}}"," ",0,"-1/2*(a*b^3 - 3*a^2*b*c + (b^4 - 4*a*b^2*c + 2*a^2*c^2)*x^2)/(a*b^2*c^3 - 4*a^2*c^4 + (b^2*c^4 - 4*a*c^5)*x^4 + (b^3*c^3 - 4*a*b*c^4)*x^2) + 1/2*x^2/c^2 + 2*integrate(-((b^3 - 4*a*b*c)*x^3 + (a*b^2 - 3*a^2*c)*x)/(c*x^4 + b*x^2 + a), x)/(b^2*c^2 - 4*a*c^3)","F",0
90,0,0,0,0.000000," ","integrate(x^10/(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","\frac{{\left(b^{3} - 3 \, a b c\right)} x^{3} + {\left(a b^{2} - 2 \, a^{2} c\right)} x}{2 \, {\left(a b^{2} c^{2} - 4 \, a^{2} c^{3} + {\left(b^{2} c^{3} - 4 \, a c^{4}\right)} x^{4} + {\left(b^{3} c^{2} - 4 \, a b c^{3}\right)} x^{2}\right)}} + \frac{-\int \frac{3 \, a b^{2} - 10 \, a^{2} c + {\left(3 \, b^{3} - 13 \, a b c\right)} x^{2}}{c x^{4} + b x^{2} + a}\,{d x}}{2 \, {\left(b^{2} c^{2} - 4 \, a c^{3}\right)}} + \frac{x}{c^{2}}"," ",0,"1/2*((b^3 - 3*a*b*c)*x^3 + (a*b^2 - 2*a^2*c)*x)/(a*b^2*c^2 - 4*a^2*c^3 + (b^2*c^3 - 4*a*c^4)*x^4 + (b^3*c^2 - 4*a*b*c^3)*x^2) + 1/2*integrate(-(3*a*b^2 - 10*a^2*c + (3*b^3 - 13*a*b*c)*x^2)/(c*x^4 + b*x^2 + a), x)/(b^2*c^2 - 4*a*c^3) + x/c^2","F",0
91,0,0,0,0.000000," ","integrate(x^9/(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","\frac{a b^{2} - 2 \, a^{2} c + {\left(b^{3} - 3 \, a b c\right)} x^{2}}{2 \, {\left(a b^{2} c^{2} - 4 \, a^{2} c^{3} + {\left(b^{2} c^{3} - 4 \, a c^{4}\right)} x^{4} + {\left(b^{3} c^{2} - 4 \, a b c^{3}\right)} x^{2}\right)}} - \frac{-\int \frac{{\left(b^{2} - 4 \, a c\right)} x^{3} + a b x}{c x^{4} + b x^{2} + a}\,{d x}}{b^{2} c - 4 \, a c^{2}}"," ",0,"1/2*(a*b^2 - 2*a^2*c + (b^3 - 3*a*b*c)*x^2)/(a*b^2*c^2 - 4*a^2*c^3 + (b^2*c^3 - 4*a*c^4)*x^4 + (b^3*c^2 - 4*a*b*c^3)*x^2) - integrate(-((b^2 - 4*a*c)*x^3 + a*b*x)/(c*x^4 + b*x^2 + a), x)/(b^2*c - 4*a*c^2)","F",0
92,0,0,0,0.000000," ","integrate(x^8/(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","-\frac{{\left(b^{2} - 2 \, a c\right)} x^{3} + a b x}{2 \, {\left({\left(b^{2} c^{2} - 4 \, a c^{3}\right)} x^{4} + a b^{2} c - 4 \, a^{2} c^{2} + {\left(b^{3} c - 4 \, a b c^{2}\right)} x^{2}\right)}} - \frac{-\int \frac{{\left(b^{2} - 6 \, a c\right)} x^{2} + a b}{c x^{4} + b x^{2} + a}\,{d x}}{2 \, {\left(b^{2} c - 4 \, a c^{2}\right)}}"," ",0,"-1/2*((b^2 - 2*a*c)*x^3 + a*b*x)/((b^2*c^2 - 4*a*c^3)*x^4 + a*b^2*c - 4*a^2*c^2 + (b^3*c - 4*a*b*c^2)*x^2) - 1/2*integrate(-((b^2 - 6*a*c)*x^2 + a*b)/(c*x^4 + b*x^2 + a), x)/(b^2*c - 4*a*c^2)","F",0
93,-2,0,0,0.000000," ","integrate(x^7/(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
94,0,0,0,0.000000," ","integrate(x^6/(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","\frac{b x^{3} + 2 \, a x}{2 \, {\left({\left(b^{2} c - 4 \, a c^{2}\right)} x^{4} + a b^{2} - 4 \, a^{2} c + {\left(b^{3} - 4 \, a b c\right)} x^{2}\right)}} + \frac{-\frac{{\left(\sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{4} - 8 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b^{2} c - 2 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{3} c - 2 \, b^{4} c + 16 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a^{2} c^{2} + 8 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b c^{2} + \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{2} c^{2} + 16 \, a b^{2} c^{2} + 4 \, b^{3} c^{2} - 4 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a c^{3} - 32 \, a^{2} c^{3} - 16 \, a b c^{3} - 2 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{3} + 8 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b c + 4 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{2} c - 2 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b c^{2} + 2 \, {\left(b^{2} - 4 \, a c\right)} b^{2} c - 8 \, {\left(b^{2} - 4 \, a c\right)} a c^{2} - 4 \, {\left(b^{2} - 4 \, a c\right)} b c^{2}\right)} \arctan\left(\frac{2 \, \sqrt{\frac{1}{2}} x}{\sqrt{\frac{b + \sqrt{b^{2} - 4 \, a c}}{c}}}\right)}{2 \, {\left(b^{4} - 8 \, a b^{2} c - 2 \, b^{3} c + 16 \, a^{2} c^{2} + 8 \, a b c^{2} + b^{2} c^{2} - 4 \, a c^{3}\right)} c} - \frac{{\left(\sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{4} - 8 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b^{2} c - 2 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{3} c + 2 \, b^{4} c + 16 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a^{2} c^{2} + 8 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b c^{2} + \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{2} c^{2} - 16 \, a b^{2} c^{2} - 4 \, b^{3} c^{2} - 4 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a c^{3} + 32 \, a^{2} c^{3} + 16 \, a b c^{3} + 2 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{3} - 8 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b c - 4 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{2} c + 2 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b c^{2} - 2 \, {\left(b^{2} - 4 \, a c\right)} b^{2} c + 8 \, {\left(b^{2} - 4 \, a c\right)} a c^{2} + 4 \, {\left(b^{2} - 4 \, a c\right)} b c^{2}\right)} \arctan\left(\frac{2 \, \sqrt{\frac{1}{2}} x}{\sqrt{\frac{b - \sqrt{b^{2} - 4 \, a c}}{c}}}\right)}{2 \, {\left(b^{4} - 8 \, a b^{2} c - 2 \, b^{3} c + 16 \, a^{2} c^{2} + 8 \, a b c^{2} + b^{2} c^{2} - 4 \, a c^{3}\right)} c}}{2 \, {\left(b^{2} - 4 \, a c\right)}}"," ",0,"1/2*(b*x^3 + 2*a*x)/((b^2*c - 4*a*c^2)*x^4 + a*b^2 - 4*a^2*c + (b^3 - 4*a*b*c)*x^2) + 1/2*integrate((b*x^2 - 2*a)/(c*x^4 + b*x^2 + a), x)/(b^2 - 4*a*c)","F",0
95,-2,0,0,0.000000," ","integrate(x^5/(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
96,0,0,0,0.000000," ","integrate(x^4/(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","-\frac{2 \, c x^{3} + b x}{2 \, {\left({\left(b^{2} c - 4 \, a c^{2}\right)} x^{4} + a b^{2} - 4 \, a^{2} c + {\left(b^{3} - 4 \, a b c\right)} x^{2}\right)}} - \frac{-\frac{{\left(\sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{5} - 8 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b^{3} c - 2 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{4} c - 2 \, b^{5} c + 16 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a^{2} b c^{2} + 8 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b^{2} c^{2} + \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{3} c^{2} + 16 \, a b^{3} c^{2} + 2 \, b^{4} c^{2} - 4 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b c^{3} - 32 \, a^{2} b c^{3} - 32 \, a^{2} c^{4} - \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{4} + 2 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{3} c + 16 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a^{2} c^{2} + 8 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b c^{2} - \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{2} c^{2} - 4 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a c^{3} + 2 \, {\left(b^{2} - 4 \, a c\right)} b^{3} c - 8 \, {\left(b^{2} - 4 \, a c\right)} a b c^{2} - 2 \, {\left(b^{2} - 4 \, a c\right)} b^{2} c^{2} - 8 \, {\left(b^{2} - 4 \, a c\right)} a c^{3}\right)} \arctan\left(\frac{2 \, \sqrt{\frac{1}{2}} x}{\sqrt{\frac{b + \sqrt{b^{2} - 4 \, a c}}{c}}}\right)}{4 \, {\left(a b^{4} - 8 \, a^{2} b^{2} c - 2 \, a b^{3} c + 16 \, a^{3} c^{2} + 8 \, a^{2} b c^{2} + a b^{2} c^{2} - 4 \, a^{2} c^{3}\right)} c} - \frac{{\left(\sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{5} - 8 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b^{3} c - 2 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{4} c + 2 \, b^{5} c + 16 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a^{2} b c^{2} + 8 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b^{2} c^{2} + \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{3} c^{2} - 16 \, a b^{3} c^{2} - 2 \, b^{4} c^{2} - 4 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b c^{3} + 32 \, a^{2} b c^{3} + 32 \, a^{2} c^{4} + \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{4} - 2 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{3} c - 16 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a^{2} c^{2} - 8 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b c^{2} + \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{2} c^{2} + 4 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a c^{3} - 2 \, {\left(b^{2} - 4 \, a c\right)} b^{3} c + 8 \, {\left(b^{2} - 4 \, a c\right)} a b c^{2} + 2 \, {\left(b^{2} - 4 \, a c\right)} b^{2} c^{2} + 8 \, {\left(b^{2} - 4 \, a c\right)} a c^{3}\right)} \arctan\left(\frac{2 \, \sqrt{\frac{1}{2}} x}{\sqrt{\frac{b - \sqrt{b^{2} - 4 \, a c}}{c}}}\right)}{4 \, {\left(a b^{4} - 8 \, a^{2} b^{2} c - 2 \, a b^{3} c + 16 \, a^{3} c^{2} + 8 \, a^{2} b c^{2} + a b^{2} c^{2} - 4 \, a^{2} c^{3}\right)} c}}{2 \, {\left(b^{2} - 4 \, a c\right)}}"," ",0,"-1/2*(2*c*x^3 + b*x)/((b^2*c - 4*a*c^2)*x^4 + a*b^2 - 4*a^2*c + (b^3 - 4*a*b*c)*x^2) - 1/2*integrate((2*c*x^2 - b)/(c*x^4 + b*x^2 + a), x)/(b^2 - 4*a*c)","F",0
97,-2,0,0,0.000000," ","integrate(x^3/(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive or negative?","F(-2)",0
98,0,0,0,0.000000," ","integrate(x^2/(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","\frac{b c x^{3} + {\left(b^{2} - 2 \, a c\right)} x}{2 \, {\left({\left(a b^{2} c - 4 \, a^{2} c^{2}\right)} x^{4} + a^{2} b^{2} - 4 \, a^{3} c + {\left(a b^{3} - 4 \, a^{2} b c\right)} x^{2}\right)}} + \frac{\frac{{\left(\sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{6} - 14 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b^{4} c - 2 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{5} c - 2 \, b^{6} c + 64 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a^{2} b^{2} c^{2} + 20 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b^{3} c^{2} + \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{4} c^{2} + 28 \, a b^{4} c^{2} + 2 \, b^{5} c^{2} - 96 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a^{3} c^{3} - 48 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a^{2} b c^{3} - 10 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b^{2} c^{3} - 128 \, a^{2} b^{2} c^{3} - 24 \, a b^{3} c^{3} + 24 \, \sqrt{2} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a^{2} c^{4} + 192 \, a^{3} c^{4} + 64 \, a^{2} b c^{4} - \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{5} + 12 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b^{3} c + 2 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{4} c - 32 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a^{2} b c^{2} - 16 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b^{2} c^{2} - \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} b^{3} c^{2} + 8 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c + \sqrt{b^{2} - 4 \, a c} c} a b c^{3} + 2 \, {\left(b^{2} - 4 \, a c\right)} b^{4} c - 20 \, {\left(b^{2} - 4 \, a c\right)} a b^{2} c^{2} - 2 \, {\left(b^{2} - 4 \, a c\right)} b^{3} c^{2} + 48 \, {\left(b^{2} - 4 \, a c\right)} a^{2} c^{3} + 16 \, {\left(b^{2} - 4 \, a c\right)} a b c^{3}\right)} \arctan\left(\frac{2 \, \sqrt{\frac{1}{2}} x}{\sqrt{\frac{b + \sqrt{b^{2} - 4 \, a c}}{c}}}\right)}{4 \, {\left(a b^{4} - 8 \, a^{2} b^{2} c - 2 \, a b^{3} c + 16 \, a^{3} c^{2} + 8 \, a^{2} b c^{2} + a b^{2} c^{2} - 4 \, a^{2} c^{3}\right)} c} + \frac{{\left(\sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{6} - 14 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b^{4} c - 2 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{5} c + 2 \, b^{6} c + 64 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a^{2} b^{2} c^{2} + 20 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b^{3} c^{2} + \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{4} c^{2} - 28 \, a b^{4} c^{2} - 2 \, b^{5} c^{2} - 96 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a^{3} c^{3} - 48 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a^{2} b c^{3} - 10 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b^{2} c^{3} + 128 \, a^{2} b^{2} c^{3} + 24 \, a b^{3} c^{3} + 24 \, \sqrt{2} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a^{2} c^{4} - 192 \, a^{3} c^{4} - 64 \, a^{2} b c^{4} + \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{5} - 12 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b^{3} c - 2 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{4} c + 32 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a^{2} b c^{2} + 16 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b^{2} c^{2} + \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} b^{3} c^{2} - 8 \, \sqrt{2} \sqrt{b^{2} - 4 \, a c} \sqrt{b c - \sqrt{b^{2} - 4 \, a c} c} a b c^{3} - 2 \, {\left(b^{2} - 4 \, a c\right)} b^{4} c + 20 \, {\left(b^{2} - 4 \, a c\right)} a b^{2} c^{2} + 2 \, {\left(b^{2} - 4 \, a c\right)} b^{3} c^{2} - 48 \, {\left(b^{2} - 4 \, a c\right)} a^{2} c^{3} - 16 \, {\left(b^{2} - 4 \, a c\right)} a b c^{3}\right)} \arctan\left(\frac{2 \, \sqrt{\frac{1}{2}} x}{\sqrt{\frac{b - \sqrt{b^{2} - 4 \, a c}}{c}}}\right)}{4 \, {\left(a b^{4} - 8 \, a^{2} b^{2} c - 2 \, a b^{3} c + 16 \, a^{3} c^{2} + 8 \, a^{2} b c^{2} + a b^{2} c^{2} - 4 \, a^{2} c^{3}\right)} c}}{2 \, {\left(a b^{2} - 4 \, a^{2} c\right)}}"," ",0,"1/2*(b*c*x^3 + (b^2 - 2*a*c)*x)/((a*b^2*c - 4*a^2*c^2)*x^4 + a^2*b^2 - 4*a^3*c + (a*b^3 - 4*a^2*b*c)*x^2) + 1/2*integrate((b*c*x^2 + b^2 - 6*a*c)/(c*x^4 + b*x^2 + a), x)/(a*b^2 - 4*a^2*c)","F",0
99,0,0,0,0.000000," ","integrate(x/(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","\frac{b c x^{2} + b^{2} - 2 \, a c}{2 \, {\left({\left(a b^{2} c - 4 \, a^{2} c^{2}\right)} x^{4} + a^{2} b^{2} - 4 \, a^{3} c + {\left(a b^{3} - 4 \, a^{2} b c\right)} x^{2}\right)}} + \frac{-\int \frac{{\left(b^{2} c - 4 \, a c^{2}\right)} x^{3} + {\left(b^{3} - 5 \, a b c\right)} x}{c x^{4} + b x^{2} + a}\,{d x}}{a^{2} b^{2} - 4 \, a^{3} c} + \frac{\log\left(x\right)}{a^{2}}"," ",0,"1/2*(b*c*x^2 + b^2 - 2*a*c)/((a*b^2*c - 4*a^2*c^2)*x^4 + a^2*b^2 - 4*a^3*c + (a*b^3 - 4*a^2*b*c)*x^2) + integrate(-((b^2*c - 4*a*c^2)*x^3 + (b^3 - 5*a*b*c)*x)/(c*x^4 + b*x^2 + a), x)/(a^2*b^2 - 4*a^3*c) + log(x)/a^2","F",0
100,0,0,0,0.000000," ","integrate(1/(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","-\frac{{\left(3 \, b^{2} c - 10 \, a c^{2}\right)} x^{4} + 2 \, a b^{2} - 8 \, a^{2} c + {\left(3 \, b^{3} - 11 \, a b c\right)} x^{2}}{2 \, {\left({\left(a^{2} b^{2} c - 4 \, a^{3} c^{2}\right)} x^{5} + {\left(a^{2} b^{3} - 4 \, a^{3} b c\right)} x^{3} + {\left(a^{3} b^{2} - 4 \, a^{4} c\right)} x\right)}} + \frac{-\int \frac{3 \, b^{3} - 13 \, a b c + {\left(3 \, b^{2} c - 10 \, a c^{2}\right)} x^{2}}{c x^{4} + b x^{2} + a}\,{d x}}{2 \, {\left(a^{2} b^{2} - 4 \, a^{3} c\right)}}"," ",0,"-1/2*((3*b^2*c - 10*a*c^2)*x^4 + 2*a*b^2 - 8*a^2*c + (3*b^3 - 11*a*b*c)*x^2)/((a^2*b^2*c - 4*a^3*c^2)*x^5 + (a^2*b^3 - 4*a^3*b*c)*x^3 + (a^3*b^2 - 4*a^4*c)*x) + 1/2*integrate(-(3*b^3 - 13*a*b*c + (3*b^2*c - 10*a*c^2)*x^2)/(c*x^4 + b*x^2 + a), x)/(a^2*b^2 - 4*a^3*c)","F",0
101,0,0,0,0.000000," ","integrate(1/x/(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","-\frac{2 \, {\left(b^{2} c - 3 \, a c^{2}\right)} x^{4} + a b^{2} - 4 \, a^{2} c + {\left(2 \, b^{3} - 7 \, a b c\right)} x^{2}}{2 \, {\left({\left(a^{2} b^{2} c - 4 \, a^{3} c^{2}\right)} x^{6} + {\left(a^{2} b^{3} - 4 \, a^{3} b c\right)} x^{4} + {\left(a^{3} b^{2} - 4 \, a^{4} c\right)} x^{2}\right)}} - \frac{-2 \, \int \frac{{\left(b^{3} c - 4 \, a b c^{2}\right)} x^{3} + {\left(b^{4} - 5 \, a b^{2} c + 3 \, a^{2} c^{2}\right)} x}{c x^{4} + b x^{2} + a}\,{d x}}{a^{3} b^{2} - 4 \, a^{4} c} - \frac{2 \, b \log\left(x\right)}{a^{3}}"," ",0,"-1/2*(2*(b^2*c - 3*a*c^2)*x^4 + a*b^2 - 4*a^2*c + (2*b^3 - 7*a*b*c)*x^2)/((a^2*b^2*c - 4*a^3*c^2)*x^6 + (a^2*b^3 - 4*a^3*b*c)*x^4 + (a^3*b^2 - 4*a^4*c)*x^2) - 2*integrate(-((b^3*c - 4*a*b*c^2)*x^3 + (b^4 - 5*a*b^2*c + 3*a^2*c^2)*x)/(c*x^4 + b*x^2 + a), x)/(a^3*b^2 - 4*a^4*c) - 2*b*log(x)/a^3","F",0
102,0,0,0,0.000000," ","integrate(1/x^2/(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","\frac{3 \, {\left(5 \, b^{3} c - 19 \, a b c^{2}\right)} x^{6} + {\left(15 \, b^{4} - 62 \, a b^{2} c + 14 \, a^{2} c^{2}\right)} x^{4} - 2 \, a^{2} b^{2} + 8 \, a^{3} c + 10 \, {\left(a b^{3} - 4 \, a^{2} b c\right)} x^{2}}{6 \, {\left({\left(a^{3} b^{2} c - 4 \, a^{4} c^{2}\right)} x^{7} + {\left(a^{3} b^{3} - 4 \, a^{4} b c\right)} x^{5} + {\left(a^{4} b^{2} - 4 \, a^{5} c\right)} x^{3}\right)}} - \frac{-\int \frac{5 \, b^{4} - 24 \, a b^{2} c + 14 \, a^{2} c^{2} + {\left(5 \, b^{3} c - 19 \, a b c^{2}\right)} x^{2}}{c x^{4} + b x^{2} + a}\,{d x}}{2 \, {\left(a^{3} b^{2} - 4 \, a^{4} c\right)}}"," ",0,"1/6*(3*(5*b^3*c - 19*a*b*c^2)*x^6 + (15*b^4 - 62*a*b^2*c + 14*a^2*c^2)*x^4 - 2*a^2*b^2 + 8*a^3*c + 10*(a*b^3 - 4*a^2*b*c)*x^2)/((a^3*b^2*c - 4*a^4*c^2)*x^7 + (a^3*b^3 - 4*a^4*b*c)*x^5 + (a^4*b^2 - 4*a^5*c)*x^3) - 1/2*integrate(-(5*b^4 - 24*a*b^2*c + 14*a^2*c^2 + (5*b^3*c - 19*a*b*c^2)*x^2)/(c*x^4 + b*x^2 + a), x)/(a^3*b^2 - 4*a^4*c)","F",0
103,0,0,0,0.000000," ","integrate(1/x^3/(c*x^5+b*x^3+a*x)^2,x, algorithm=""maxima"")","\frac{2 \, {\left(3 \, b^{3} c - 11 \, a b c^{2}\right)} x^{6} + {\left(6 \, b^{4} - 25 \, a b^{2} c + 8 \, a^{2} c^{2}\right)} x^{4} - a^{2} b^{2} + 4 \, a^{3} c + 3 \, {\left(a b^{3} - 4 \, a^{2} b c\right)} x^{2}}{4 \, {\left({\left(a^{3} b^{2} c - 4 \, a^{4} c^{2}\right)} x^{8} + {\left(a^{3} b^{3} - 4 \, a^{4} b c\right)} x^{6} + {\left(a^{4} b^{2} - 4 \, a^{5} c\right)} x^{4}\right)}} - \frac{\frac{1}{4} \, {\left(3 \, b^{4} - 14 \, a b^{2} c + 8 \, a^{2} c^{2}\right)} \log\left(c x^{4} + b x^{2} + a\right) + \frac{{\left(3 \, b^{5} - 20 \, a b^{3} c + 30 \, a^{2} b c^{2}\right)} \arctan\left(\frac{2 \, c x^{2} + b}{\sqrt{-b^{2} + 4 \, a c}}\right)}{2 \, \sqrt{-b^{2} + 4 \, a c}}}{a^{4} b^{2} - 4 \, a^{5} c} + \frac{{\left(3 \, b^{2} - 2 \, a c\right)} \log\left(x\right)}{a^{4}}"," ",0,"1/4*(2*(3*b^3*c - 11*a*b*c^2)*x^6 + (6*b^4 - 25*a*b^2*c + 8*a^2*c^2)*x^4 - a^2*b^2 + 4*a^3*c + 3*(a*b^3 - 4*a^2*b*c)*x^2)/((a^3*b^2*c - 4*a^4*c^2)*x^8 + (a^3*b^3 - 4*a^4*b*c)*x^6 + (a^4*b^2 - 4*a^5*c)*x^4) - integrate(((3*b^4*c - 14*a*b^2*c^2 + 8*a^2*c^3)*x^3 + (3*b^5 - 17*a*b^3*c + 19*a^2*b*c^2)*x)/(c*x^4 + b*x^2 + a), x)/(a^4*b^2 - 4*a^5*c) + (3*b^2 - 2*a*c)*log(x)/a^4","F",0
104,0,0,0,0.000000," ","integrate(x/(c*x^5+b*x^3+a*x)^(1/2),x, algorithm=""maxima"")","\int \frac{x}{\sqrt{c x^{5} + b x^{3} + a x}}\,{d x}"," ",0,"integrate(x/sqrt(c*x^5 + b*x^3 + a*x), x)","F",0
105,0,0,0,0.000000," ","integrate(x^(3/2)*(c*x^5+b*x^3+a*x)^(1/2),x, algorithm=""maxima"")","\int \sqrt{c x^{5} + b x^{3} + a x} x^{\frac{3}{2}}\,{d x}"," ",0,"integrate(sqrt(c*x^5 + b*x^3 + a*x)*x^(3/2), x)","F",0
106,0,0,0,0.000000," ","integrate(x^(1/2)*(c*x^5+b*x^3+a*x)^(1/2),x, algorithm=""maxima"")","\int \sqrt{c x^{5} + b x^{3} + a x} \sqrt{x}\,{d x}"," ",0,"integrate(sqrt(c*x^5 + b*x^3 + a*x)*sqrt(x), x)","F",0
107,0,0,0,0.000000," ","integrate((c*x^5+b*x^3+a*x)^(1/2)/x^(1/2),x, algorithm=""maxima"")","\int \frac{\sqrt{c x^{5} + b x^{3} + a x}}{\sqrt{x}}\,{d x}"," ",0,"integrate(sqrt(c*x^5 + b*x^3 + a*x)/sqrt(x), x)","F",0
108,0,0,0,0.000000," ","integrate((c*x^5+b*x^3+a*x)^(1/2)/x^(3/2),x, algorithm=""maxima"")","\int \frac{\sqrt{c x^{5} + b x^{3} + a x}}{x^{\frac{3}{2}}}\,{d x}"," ",0,"integrate(sqrt(c*x^5 + b*x^3 + a*x)/x^(3/2), x)","F",0
109,0,0,0,0.000000," ","integrate(x^(3/2)*(c*x^5+b*x^3+a*x)^(3/2),x, algorithm=""maxima"")","\int {\left(c x^{5} + b x^{3} + a x\right)}^{\frac{3}{2}} x^{\frac{3}{2}}\,{d x}"," ",0,"integrate((c*x^5 + b*x^3 + a*x)^(3/2)*x^(3/2), x)","F",0
110,0,0,0,0.000000," ","integrate((c*x^5+b*x^3+a*x)^(3/2)*x^(1/2),x, algorithm=""maxima"")","\int {\left(c x^{5} + b x^{3} + a x\right)}^{\frac{3}{2}} \sqrt{x}\,{d x}"," ",0,"integrate((c*x^5 + b*x^3 + a*x)^(3/2)*sqrt(x), x)","F",0
111,0,0,0,0.000000," ","integrate((c*x^5+b*x^3+a*x)^(3/2)/x^(1/2),x, algorithm=""maxima"")","\int \frac{{\left(c x^{5} + b x^{3} + a x\right)}^{\frac{3}{2}}}{\sqrt{x}}\,{d x}"," ",0,"integrate((c*x^5 + b*x^3 + a*x)^(3/2)/sqrt(x), x)","F",0
112,0,0,0,0.000000," ","integrate((c*x^5+b*x^3+a*x)^(3/2)/x^(3/2),x, algorithm=""maxima"")","\int \frac{{\left(c x^{5} + b x^{3} + a x\right)}^{\frac{3}{2}}}{x^{\frac{3}{2}}}\,{d x}"," ",0,"integrate((c*x^5 + b*x^3 + a*x)^(3/2)/x^(3/2), x)","F",0
113,0,0,0,0.000000," ","integrate(x^(3/2)/(c*x^5+b*x^3+a*x)^(1/2),x, algorithm=""maxima"")","\int \frac{x^{\frac{3}{2}}}{\sqrt{c x^{5} + b x^{3} + a x}}\,{d x}"," ",0,"integrate(x^(3/2)/sqrt(c*x^5 + b*x^3 + a*x), x)","F",0
114,0,0,0,0.000000," ","integrate(x^(1/2)/(c*x^5+b*x^3+a*x)^(1/2),x, algorithm=""maxima"")","\int \frac{\sqrt{x}}{\sqrt{c x^{5} + b x^{3} + a x}}\,{d x}"," ",0,"integrate(sqrt(x)/sqrt(c*x^5 + b*x^3 + a*x), x)","F",0
115,0,0,0,0.000000," ","integrate(1/x^(1/2)/(c*x^5+b*x^3+a*x)^(1/2),x, algorithm=""maxima"")","\int \frac{1}{\sqrt{c x^{5} + b x^{3} + a x} \sqrt{x}}\,{d x}"," ",0,"integrate(1/(sqrt(c*x^5 + b*x^3 + a*x)*sqrt(x)), x)","F",0
116,0,0,0,0.000000," ","integrate(1/x^(3/2)/(c*x^5+b*x^3+a*x)^(1/2),x, algorithm=""maxima"")","\int \frac{1}{\sqrt{c x^{5} + b x^{3} + a x} x^{\frac{3}{2}}}\,{d x}"," ",0,"integrate(1/(sqrt(c*x^5 + b*x^3 + a*x)*x^(3/2)), x)","F",0
117,0,0,0,0.000000," ","integrate(x^(3/2)/(c*x^5+b*x^3+a*x)^(3/2),x, algorithm=""maxima"")","\int \frac{x^{\frac{3}{2}}}{{\left(c x^{5} + b x^{3} + a x\right)}^{\frac{3}{2}}}\,{d x}"," ",0,"integrate(x^(3/2)/(c*x^5 + b*x^3 + a*x)^(3/2), x)","F",0
118,0,0,0,0.000000," ","integrate(x^(1/2)/(c*x^5+b*x^3+a*x)^(3/2),x, algorithm=""maxima"")","\int \frac{\sqrt{x}}{{\left(c x^{5} + b x^{3} + a x\right)}^{\frac{3}{2}}}\,{d x}"," ",0,"integrate(sqrt(x)/(c*x^5 + b*x^3 + a*x)^(3/2), x)","F",0
119,0,0,0,0.000000," ","integrate(1/(c*x^5+b*x^3+a*x)^(3/2)/x^(1/2),x, algorithm=""maxima"")","\int \frac{1}{{\left(c x^{5} + b x^{3} + a x\right)}^{\frac{3}{2}} \sqrt{x}}\,{d x}"," ",0,"integrate(1/((c*x^5 + b*x^3 + a*x)^(3/2)*sqrt(x)), x)","F",0
120,0,0,0,0.000000," ","integrate(1/x^(3/2)/(c*x^5+b*x^3+a*x)^(3/2),x, algorithm=""maxima"")","\int \frac{1}{{\left(c x^{5} + b x^{3} + a x\right)}^{\frac{3}{2}} x^{\frac{3}{2}}}\,{d x}"," ",0,"integrate(1/((c*x^5 + b*x^3 + a*x)^(3/2)*x^(3/2)), x)","F",0
121,0,0,0,0.000000," ","integrate(x^(-3/2+3/2*n)/(a*x^(-1+n)+b*x^n+c*x^(1+n))^(3/2),x, algorithm=""maxima"")","\int \frac{x^{\frac{3}{2} \, n - \frac{3}{2}}}{{\left(c x^{n + 1} + a x^{n - 1} + b x^{n}\right)}^{\frac{3}{2}}}\,{d x}"," ",0,"integrate(x^(3/2*n - 3/2)/(c*x^(n + 1) + a*x^(n - 1) + b*x^n)^(3/2), x)","F",0
122,0,0,0,0.000000," ","integrate(x*(e*x^2+d)/(c*x^5+b*x^3+a*x)^(1/2),x, algorithm=""maxima"")","\int \frac{{\left(e x^{2} + d\right)} x}{\sqrt{c x^{5} + b x^{3} + a x}}\,{d x}"," ",0,"integrate((e*x^2 + d)*x/sqrt(c*x^5 + b*x^3 + a*x), x)","F",0
123,0,0,0,0.000000," ","integrate(1/(x^6-3*x^4+3*x^2)^(1/2),x, algorithm=""maxima"")","\int \frac{1}{\sqrt{x^{6} - 3 \, x^{4} + 3 \, x^{2}}}\,{d x}"," ",0,"integrate(1/sqrt(x^6 - 3*x^4 + 3*x^2), x)","F",0
124,0,0,0,0.000000," ","integrate(1/(x^2*(x^4-3*x^2+3))^(1/2),x, algorithm=""maxima"")","\int \frac{1}{\sqrt{{\left(x^{4} - 3 \, x^{2} + 3\right)} x^{2}}}\,{d x}"," ",0,"integrate(1/sqrt((x^4 - 3*x^2 + 3)*x^2), x)","F",0
125,0,0,0,0.000000," ","integrate(1/(1-(-x^2+1)^3)^(1/2),x, algorithm=""maxima"")","\int \frac{1}{\sqrt{{\left(x^{2} - 1\right)}^{3} + 1}}\,{d x}"," ",0,"integrate(1/sqrt((x^2 - 1)^3 + 1), x)","F",0
126,0,0,0,0.000000," ","integrate((x^6-3*x^4+3*x^2)^(1/2),x, algorithm=""maxima"")","\int \sqrt{x^{6} - 3 \, x^{4} + 3 \, x^{2}}\,{d x}"," ",0,"integrate(sqrt(x^6 - 3*x^4 + 3*x^2), x)","F",0
127,0,0,0,0.000000," ","integrate((x^2*(x^4-3*x^2+3))^(1/2),x, algorithm=""maxima"")","\int \sqrt{{\left(x^{4} - 3 \, x^{2} + 3\right)} x^{2}}\,{d x}"," ",0,"integrate(sqrt((x^4 - 3*x^2 + 3)*x^2), x)","F",0
128,0,0,0,0.000000," ","integrate((1-(-x^2+1)^3)^(1/2),x, algorithm=""maxima"")","\int \sqrt{{\left(x^{2} - 1\right)}^{3} + 1}\,{d x}"," ",0,"integrate(sqrt((x^2 - 1)^3 + 1), x)","F",0
129,-2,0,0,0.000000," ","integrate(1/x/(c*x^2+b*x+a)^(1/2),x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive, negative or zero?","F(-2)",0
130,0,0,0,0.000000," ","integrate(1/(x^2*(c*x^2+b*x+a))^(1/2),x, algorithm=""maxima"")","\int \frac{1}{\sqrt{{\left(c x^{2} + b x + a\right)} x^{2}}}\,{d x}"," ",0,"integrate(1/sqrt((c*x^2 + b*x + a)*x^2), x)","F",0
131,0,0,0,0.000000," ","integrate(1/x^(1/2)/(x*(c*x^2+b*x+a))^(1/2),x, algorithm=""maxima"")","\int \frac{1}{\sqrt{{\left(c x^{2} + b x + a\right)} x} \sqrt{x}}\,{d x}"," ",0,"integrate(1/(sqrt((c*x^2 + b*x + a)*x)*sqrt(x)), x)","F",0
132,0,0,0,0.000000," ","integrate(x^(1/2)/(x^3*(c*x^2+b*x+a))^(1/2),x, algorithm=""maxima"")","\int \frac{\sqrt{x}}{\sqrt{{\left(c x^{2} + b x + a\right)} x^{3}}}\,{d x}"," ",0,"integrate(sqrt(x)/sqrt((c*x^2 + b*x + a)*x^3), x)","F",0
133,-2,0,0,0.000000," ","integrate(1/x/(c*x^4+b*x^2+a)^(1/2),x, algorithm=""maxima"")","\text{Exception raised: ValueError}"," ",0,"Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more details)Is 4*a*c-b^2 positive, negative or zero?","F(-2)",0
134,0,0,0,0.000000," ","integrate(1/(x^2*(c*x^4+b*x^2+a))^(1/2),x, algorithm=""maxima"")","\int \frac{1}{\sqrt{{\left(c x^{4} + b x^{2} + a\right)} x^{2}}}\,{d x}"," ",0,"integrate(1/sqrt((c*x^4 + b*x^2 + a)*x^2), x)","F",0
135,0,0,0,0.000000," ","integrate(1/x^(1/2)/(x*(c*x^4+b*x^2+a))^(1/2),x, algorithm=""maxima"")","\int \frac{1}{\sqrt{{\left(c x^{4} + b x^{2} + a\right)} x} \sqrt{x}}\,{d x}"," ",0,"integrate(1/(sqrt((c*x^4 + b*x^2 + a)*x)*sqrt(x)), x)","F",0
136,0,0,0,0.000000," ","integrate(x^(1/2)/(x^3*(c*x^4+b*x^2+a))^(1/2),x, algorithm=""maxima"")","\int \frac{\sqrt{x}}{\sqrt{{\left(c x^{4} + b x^{2} + a\right)} x^{3}}}\,{d x}"," ",0,"integrate(sqrt(x)/sqrt((c*x^4 + b*x^2 + a)*x^3), x)","F",0
137,1,20,0,0.945018," ","integrate(1/x/(x^4-3*x^2+3)^(1/2),x, algorithm=""maxima"")","-\frac{1}{6} \, \sqrt{3} \operatorname{arsinh}\left(-\sqrt{3} + \frac{2 \, \sqrt{3}}{x^{2}}\right)"," ",0,"-1/6*sqrt(3)*arcsinh(-sqrt(3) + 2*sqrt(3)/x^2)","A",0
138,0,0,0,0.000000," ","integrate(1/(x^2*(x^4-3*x^2+3))^(1/2),x, algorithm=""maxima"")","\int \frac{1}{\sqrt{{\left(x^{4} - 3 \, x^{2} + 3\right)} x^{2}}}\,{d x}"," ",0,"integrate(1/sqrt((x^4 - 3*x^2 + 3)*x^2), x)","F",0
139,0,0,0,0.000000," ","integrate(1/x^(1/2)/(x*(x^2-3*x+3))^(1/2),x, algorithm=""maxima"")","\int \frac{1}{\sqrt{{\left(x^{2} - 3 \, x + 3\right)} x} \sqrt{x}}\,{d x}"," ",0,"integrate(1/(sqrt((x^2 - 3*x + 3)*x)*sqrt(x)), x)","F",0
140,0,0,0,0.000000," ","integrate(x^(-1+1/2*q)/(b*x^n+c*x^(2*n-q)+a*x^q)^(1/2),x, algorithm=""maxima"")","\int \frac{x^{\frac{1}{2} \, q - 1}}{\sqrt{c x^{2 \, n - q} + b x^{n} + a x^{q}}}\,{d x}"," ",0,"integrate(x^(1/2*q - 1)/sqrt(c*x^(2*n - q) + b*x^n + a*x^q), x)","F",0
